Skip to content

Create recording events

POST
/recordings/{recordingId}/events

Append recording events in batch mode via POST. This is available for clients or environments which don't support WebSocket event streaming.

Authorizations

Public API Key
Public API key for authentication.

Parameters

Path Parameters

recordingId*

The recording ID

Type
string
Required
Example"000e8400-e00b-00d0-a716-446655440000"
Format
"uuid"

Query Parameters

debug

Enable debug mode

Type
string
Example"true"

Request Body

JSON
{
  
"type": 1,
  
"timestamp": 1714857600000,
  
"data": {
  
}
}

Responses

Successfully accepted recording events

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI